3.19.80 \(\int \frac {(d+e x)^2}{(a d e+(c d^2+a e^2) x+c d e x^2)^2} \, dx\) [1880]

Optimal. Leaf size=18 \[ -\frac {1}{c d (a e+c d x)} \]

[Out]

-1/c/d/(c*d*x+a*e)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 18, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 35, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.057, Rules used = {640, 32} \begin {gather*} -\frac {1}{c d (a e+c d x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(d + e*x)^2/(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^2,x]

[Out]

-(1/(c*d*(a*e + c*d*x)))

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rule 640

Int[((d_) + (e_.)*(x_))^(m_.)*((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Int[(d + e*x)^(m + p)*(a
/d + (c/e)*x)^p, x] /; FreeQ[{a, b, c, d, e, m}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - b*d*e + a*e^2, 0] &&
 IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {(d+e x)^2}{\left (a d e+\left (c d^2+a e^2\right ) x+c d e x^2\right )^2} \, dx &=\int \frac {1}{(a e+c d x)^2} \, dx\\ &=-\frac {1}{c d (a e+c d x)}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.00, size = 18, normalized size = 1.00 \begin {gather*} -\frac {1}{c d (a e+c d x)} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(d + e*x)^2/(a*d*e + (c*d^2 + a*e^2)*x + c*d*e*x^2)^2,x]

[Out]

-(1/(c*d*(a*e + c*d*x)))

________________________________________________________________________________________

Maple [A]
time = 0.72, size = 19, normalized size = 1.06

method result size
gosper \(-\frac {1}{c d \left (c d x +a e \right )}\) \(19\)
default \(-\frac {1}{c d \left (c d x +a e \right )}\) \(19\)
risch \(-\frac {1}{c d \left (c d x +a e \right )}\) \(19\)
norman \(\frac {-\frac {1}{c}-\frac {e x}{c d}}{\left (c d x +a e \right ) \left (e x +d \right )}\) \(35\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^2/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^2,x,method=_RETURNVERBOSE)

[Out]

-1/c/d/(c*d*x+a*e)

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 19, normalized size = 1.06 \begin {gather*} -\frac {1}{c^{2} d^{2} x + a c d e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^2/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^2,x, algorithm="maxima")

[Out]

-1/(c^2*d^2*x + a*c*d*e)

________________________________________________________________________________________

Fricas [A]
time = 2.39, size = 19, normalized size = 1.06 \begin {gather*} -\frac {1}{c^{2} d^{2} x + a c d e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^2/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^2,x, algorithm="fricas")

[Out]

-1/(c^2*d^2*x + a*c*d*e)

________________________________________________________________________________________

Sympy [A]
time = 0.07, size = 17, normalized size = 0.94 \begin {gather*} - \frac {1}{a c d e + c^{2} d^{2} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**2/(a*d*e+(a*e**2+c*d**2)*x+c*d*e*x**2)**2,x)

[Out]

-1/(a*c*d*e + c**2*d**2*x)

________________________________________________________________________________________

Giac [A]
time = 0.87, size = 19, normalized size = 1.06 \begin {gather*} -\frac {1}{{\left (c d x + a e\right )} c d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^2/(a*d*e+(a*e^2+c*d^2)*x+c*d*e*x^2)^2,x, algorithm="giac")

[Out]

-1/((c*d*x + a*e)*c*d)

________________________________________________________________________________________

Mupad [B]
time = 0.55, size = 18, normalized size = 1.00 \begin {gather*} -\frac {1}{c\,d\,\left (a\,e+c\,d\,x\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x)^2/(x*(a*e^2 + c*d^2) + a*d*e + c*d*e*x^2)^2,x)

[Out]

-1/(c*d*(a*e + c*d*x))

________________________________________________________________________________________